Api.GetIOBuffers method
Provides pointers to the input and output buffers of an I/O module. This method is only for RTX64 programs.
Namespace: IntervalZero.KINGSTAR.Local.Api
Assembly: IntervalZero.KINGSTAR.Local.Api (in IntervalZero.KINGSTAR.Local.dll) Version: 4.4.0.0
Syntax
public KsError GetIOBuffers(
int Index
)
Public Function GetIOBuffers(
Index As Integer
) As KsError
Parameters
Index
Type: int
The index of an I/O module. Indexes are zero based. Aliases affect this parameter.
Return value
A return code of a method.
Usable EtherCAT states
ecatOP
Examples
N/A
See also